API Help
Eplan.EplApi.HEServices Namespace / ProjectManagement Class / SortPagesManually Method / SortPagesManually(IEnumerable<Page>) Method
Collection of pages defining new order of pages in list view of page navigator. Can't null or empty.

In This Topic
    SortPagesManually(IEnumerable<Page>) Method
    In This Topic
    Changes page position in list view of page navigator(GUI).
    Syntax
    public void SortPagesManually( 
       IEnumerable<Page> colPages
    )
    public:
    void SortPagesManually( 
       IEnumerable<Page^>^ colPages
    ) 

    Parameters

    colPages
    Collection of pages defining new order of pages in list view of page navigator. Can't null or empty.
    Exceptions
    ExceptionDescription
    Thrown if colPages is null or empty.
    Thrown if an error occurs while executing the method.
    Remarks

    Result of this method can be invisible in list view of page navigator. This can happen if value of setting 'PageBrowserGui.UseManualSortID' has been false while the used project were being opened. In this case to see the custom sort order the project needs to be restarted.

    Method sets value of used project setting 'PageBrowserGui.UseManualSortID' to true.

    See Also